From fbd661011a70970581f4910538adaf855d2944f4 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Sun, 24 Aug 2008 16:26:53 +0000 Subject: [PATCH] garmin_txt: Rename function for swiss grid conversion. --- garmin_txt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/garmin_txt.c b/garmin_txt.c index 460a6035e..fcb855b08 100644 --- a/garmin_txt.c +++ b/garmin_txt.c @@ -327,7 +327,7 @@ print_position(const waypoint *wpt) case grid_swiss: - valid = GPS_Math_WGS84_To_CH1903_NGEN(wpt->latitude, wpt->longitude, &east, &north); + valid = GPS_Math_WGS84_To_Swiss_EN(wpt->latitude, wpt->longitude, &east, &north); if (valid) gbfprintf(fout, "%.f %.f\t", east, north); break; -- 2.30.2